翻訳と辞書
Words near each other
・ Jooriland River
・ Joos Ambühl
・ Joos de Beer
・ Joos de Damhouder
・ Joos de Momper
・ Joos de Moor
・ Joos Horsten
・ Joos Maternal Dynasty
・ Joos Valgaeren
・ Joos van Cleve
・ Joos van Craesbeeck
・ Joos van Ghistele
・ Joos van Winghe
・ Joos Vincent de Vos
・ Joose
Joose (framework)
・ Joose Olavi Hannula
・ Joosep
・ Joosep Laiksoo
・ Joosep Toome
・ Jooseppi Kauranen
・ Jooseppi Mustakallio
・ Joosia
・ Joosia aequatoria
・ Joosia longisepala
・ Joosia macrocalyx
・ Joosia obtusa
・ Joosia oligantha
・ Joosia standleyana
・ Joossesweg


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Joose (framework) : ウィキペディア英語版
Joose (framework)

Joose is an open-source self-hosting meta object system for JavaScript with support for classes, inheritance, mixins, traits and aspect-oriented programming.
The Joose meta-object system is multi-paradigm. It supports class-based and prototype-based programming styles as well as class-based inheritance and role-based extension. While other JavaScript frameworks often specialize on DOM-access and AJAX, Joose specializes solely on bringing successful programming techniques to the JavaScript scripting language. Joose is thus often used in conjunction with another DOM/Ajax JavaScript framework and is tested with jQuery, YUI, Dojo, ExtJS, Prototype, Mootools and PureMVC.
Joose was heavily inspired by Moose, the object system for Perl 5 which was itself inspired by Perl 6 object system, but unlike Perl and Moose, Joose doesn't support multiple inheritance.
== Example ==

Two classes written in Joose:

Class("Point",
},
methods:
});
Class("Point3D", ,
after:
});

Point3D is a subclass of Point. It has another attribute defined and additional code to run after running the superclass clear() method. The "rw" means the attribute is readable and writable with a pair of get/set accessors generated automatically.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Joose (framework)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.